From b4df4dc4dae82f3783cf198bcee6638dfbf68aa8 Mon Sep 17 00:00:00 2001 From: "cl349@freefall.cl.cam.ac.uk" Date: Tue, 27 Jul 2004 09:58:24 +0000 Subject: [PATCH] bitkeeper revision 1.1108.21.1 (41062740xHG36OEbpVAmVX5N9WCaNw) make vmlinuz really stripped --- linux-2.6.7-xen-sparse/arch/xen/boot/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linux-2.6.7-xen-sparse/arch/xen/boot/Makefile b/linux-2.6.7-xen-sparse/arch/xen/boot/Makefile index 3bedc11c19..ff37924dd9 100644 --- a/linux-2.6.7-xen-sparse/arch/xen/boot/Makefile +++ b/linux-2.6.7-xen-sparse/arch/xen/boot/Makefile @@ -1,3 +1,8 @@ -vmlinuz: vmlinux FORCE +OBJCOPYFLAGS := -g --strip-unneeded + +vmlinuz: vmlinux-stripped FORCE $(call if_changed,gzip) + +vmlinux-stripped: vmlinux FORCE + $(call if_changed,objcopy) -- 2.30.2